home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / text / font / STTNGfont.lha / Installfonts next >
Text File  |  1997-12-13  |  920b  |  22 lines

  1. echo "Erstelle Verzeichnis fonts:STTNGdispfix"
  2. makedir fonts:STTNGdispfix
  3. echo "Erstelle Verzeichnis fonts:STTNGdispprop"
  4. makedir fonts:STTNGdispprop
  5. echo "Erstelle Verzeichnis fonts:STTNGdisp"
  6. makedir fonts:STTNGdisp
  7. echo "Kopiere STTNGdispfix.font in Verzeichnis fonts:"
  8. copy STTNGdispfix.font to fonts:
  9. echo "Kopiere STTNGdispprop.font in Verzeichnis fonts:"
  10. copy STTNGdispprop.font to fonts:
  11. echo "Kopiere STTNGdisp.font in Verzeichnis fonts:"
  12. echo "Kopiere STTNGdispfix-Schriftgrößen in Verzeichnis fonts:STTNGdispfix"
  13. copy STTNGdispfix/#? to fonts:STTNGdispfix quiet
  14. echo "Kopiere STTNGdispprop-Schriftgrößen in Verzeichnis fonts:STTNGdispprop"
  15. copy STTNGdispprop/#? to fonts:STTNGdispprop
  16. echo "Kopiere STTNGdisp-Schriftgrößen in Verzeichnis fonts:STTNGdisp"
  17. copy STTNGdisp/#? to fonts:STTNGdisp
  18. echo " "
  19. echo "Kopiervorgang abgeschlossen. Die Fonts sind nach dem nächsten Bootvor-"
  20. echo "gang verfügbar."
  21. wait 3
  22.